home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
SoftwareUpdate
/
AWeb21 Update
/
AWebII_2.1_upgrade.961112.lha
/
Install_Animation
< prev
next >
Wrap
AmigaDOS Script File
|
1996-10-31
|
615b
|
27 lines
.key animation
.bra {
.ket }
if "{animation}" eq ""
set animation "Storage/Animations/"
set animation `requestfile Storage/Animations title "Select AWeb animation" noicons`
if "$animation" eq "Storage/Animations/"
quit
endif
else
set animation "{animation}"
endif
copy "$animation" images/def_transferanim
if not warn
copy "$animation.info" images/def_transferanim.info
if not warn
requestchoice >NIL: "AWeb animations" "Animation $animation installed." "OK"
quit
endif
endif
requestchoice >NIL: "AWeb animations" "Couldn't install new animation.*NYou have to quit AWeb first" "OK"